.w {
    width: 1580rem;
    margin: auto;
    /* overflow: hidden; */
}
.nybanner {/* padding-top: 110rem; */}
/* 
@media screen and (max-width: 1600rem) {
    .w {
        width: 1400rem;
        margin: auto;
        overflow: hidden;
    }
}

@media screen and (max-width: 1400rem) {
    .w {
        width: 1200rem;
        margin: auto;
        overflow: hidden;
    }
}

@media screen and (max-width: 1300rem) {
    .w {
        width: 1100rem;
        margin: auto;
        overflow: hidden;
    }
}

@media screen and (max-width: 1200rem) {
    .w {
        width: 1200rem;
        margin: auto;
        overflow: hidden;
    }
} */
/* */
.m-headbox {
    display: none !important;
}

.m-top-menu {
    display: none;
}

.headbox {
    width: 100%;
    height: 110rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #00000063;
    /* box-shadow: 0rem 0rem 5rem #00000036; */
    display: flex;
    align-items: center;
    transition: all .6s;
}

.headbox:hover {
    background: #fff;
}

.headbox:hover .mynav .waiul .tablist a.tabnav {
    color: #000;
}
.navtext {
    /* background: #067851; */
    color: #fff;
    font-size: 16rem;
    height: 60rem;
    line-height: 60rem;
    display: flex;
    justify-content: space-between;
    /* display: none; */
}

.headbox .navbox {
    width: 90%;
    display: flex;
    align-items: center;
    /* padding: 0rem 10rem; */
    height: 110rem;
    justify-content: space-between;
    margin: auto;
}

.headbox .navbox .logo {
    height: 94rem;
    /* width: 6%; */
    /* margin-right: 20rem; */
}

.headbox .navbox .logo img {
    /* width: 100%; */
    height: 100%;
}

.headbox .navbox .logo img.greenlogo {
    display: none;
}

.headbox:hover .navbox .logo img.greenlogo {
    display: block;
}

.headbox:hover .navbox .logo img.whitelogo {
    display: none;
}

.headbox .navbox .mynav {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* margin-left: 30%; */
    width: 84%;
    height: 100%;
}

.headbox .navbox .mynav ul.waiul {
    display: flex;
    align-items: center;
    /* margin-bottom: 0rem !important; */
    /* margin: 0; */
    width: 80%;
    height: 100%;
    justify-content: flex-end;
}

.mynav .waiul>li.tablist {
    width: 100%;
    position: relative;
    height: 100%;
    line-height: 110rem;
    /* padding-bottom: 10rem; */
    /* margin-left: 70rem; */
    text-align: center;
    transition: all .6s;
}

.mynav .waiul>li.tablist:hover {
    background: #078057;
}

.mynav .waiul>li.tablist:hover .tabnav {
    color: #fff !important;
}

.mynav .waiul>li .caidanbox {
    display: none;
    width: 100%;
    background: #fba517d1;
    padding: 22rem;
    position: absolute;
    left: 50%;
    top: 100%;
    border-bottom-left-radius: 7rem;
    border-bottom-right-radius: 7rem;
    transform: translateX(-50%);
    overflow: hidden;
}

.mynav .waiul>li .caidanbox li {
    height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14rem;
}

.mynav .waiul>li .caidanbox li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20rem;
    line-height: 0;
}

.mynav .waiul>li .caidanbox li:last-child {
    margin-bottom: 0;
}

.mynav .waiul>li .caidanbox li a:hover {
    color: #078057;
}

.mynav .waiul>li .tabnav::after {
    content: "";
    display: block;
    position: absolute;
    top: -10rem;
    left: 0%;
    right: 0;
    margin: auto;
    width: 55%;
    height: 4rem;
    border-radius: 4rem;
    transition: all 1s;
    transform: scale(0);
    background-color: #fba517;
}

.mynav .waiul>li:hover .tabnav::after {
    transform: scale(1);
}

.mynav .waiul>li .tabnav:hover {
    color: #000!important;
}

.headbox .navbox .mynav>ul>li a {
    height: 100%;
    width: 100%;
    color: #fff;
    margin-top: 26rem;
}

.headbox .navbox .mynav ul li a.topnav {
    color: #333;
    /* margin-right: 50rem; */
    padding: 6px 18rem;
    text-align: center;
    color: #fff;
    /* padding: 4rem 30rem; */
    position: relative;
    border-radius: 4rem;
    height: 30rem !IMPORTANT;
}

.headbox .navbox .mynav .waiul>li a.active {
    background-color: #326bb4;
    border-radius: 4rem;
    color: #fff;
}

.headbox .navbox .mynav ul li.tablist:hover a {
    /* color: #fff; */
}

.headbox .navbox .mynav ul li .active {
    color: #fff;
}

.headbox .navbox .mynav ul.waiul > li.tablist > a {
    text-decoration: none;
    border: none;
    font-size: 20rem;
    color: #fff;
}

.headbox .navbox .mynav ul ul {
    /* color: #ec6901; */
    height: 100%;
}

.headbox .navbox .mynav .waiul .tabnav {
    position: relative;
}

.headbox .navtext .iconbox {width: 30rem;height: 30rem;display: flex;margin-right: 12rem;margin-left: 23rem;}

.headbox .navbox .iconbox img {
    width: 36rem;
    height: 36rem;
    vertical-align: middle;
    cursor: pointer;
    filter: brightness(200);
}

.headbox:hover .navbox .iconbox img {
    filter: brightness(0);
}

.headbox .navbox p {
    font-size: 20rem !important;
    color: #fff;
    /* font-weight: 600; */
    line-height: 29rem;
}

.headbox:hover .navbox p {
    color: #000;
}

.headbox .navtext  .phonebox {
    display: flex;
    align-items: center;
    /* margin-left: 16rem; */
    font-size: 22rem;
}

.headbox .navtext .phonebox .iconbox img {
    width: 100%;
    height: 100%;
}


.headbox .navbox .phonebox {
    display: flex;
    align-items: center;
    margin-left: 16rem;
}

.headbox .navbox .phonebox a.search {
    display: block;
    width: 26rem;
    height: 26rem;
    margin: 0 4rem;
    cursor: pointer;
}

.headbox .navbox .phonebox .searchbox {
    height: 30rem;
    background: #fff;
    border-radius: 62rem;
    padding-left: 2rem;
    overflow: hidden;
    display: flex;
    border: 1px solid #fbac093d !important;
}

.headbox .navbox .phonebox .searchbox input {
    background: transparent;
    height: 100%;
    display: block;
}

.headbox .navbox .phonebox .searchbox button {
    background: #82a3ce;
    height: 110%;
    display: block;
}

.headbox .navbox .phonebox .search img {
    width: 100%;
    height: 100%;
}


.headbox .headIcon .inputbox {
    position: fixed;
    top: 0rem;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000000cc;
    transition: all .6s;
    transform: translateY(-200vh);
}

.headbox .headIcon .showinput>img {
    filter: brightness(200);
    width: 26rem;
    object-fit: cover;
    /* transition: all .6s; */
}

.headbox:hover .headIcon .showinput>img {
    filter: brightness(0);
}

.headbox .headIcon .inputbox form {
    height: 100%;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.headbox .headIcon .inputbox .searchbox {
    position: relative;
    width: 80%;
    height: 80rem;
    box-shadow: 0rem 0rem 5rem #fbac0963;
}

.headbox .headIcon .inputbox .imglogo {
}

.headbox .headIcon .inputbox .imglogo img {
    max-width: 200rem;
}

.headbox .headIcon .inputbox .fenlei {
    margin: 30rem 0;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headbox .headIcon .inputbox .fenlei a {
    font-size: 18rem;
    color: #fff;
    position: relative;
    padding: 0 30rem;
    margin: 0;
    transition: all .6s;
}

.headbox .headIcon .inputbox .fenlei a:hover {
    color: #fea80d;
}

.headbox .headIcon .inputbox .fenlei a:hover:before {
    background: #fbac09;
}

.headbox .headIcon .inputbox .fenlei a:before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 94%;
    background: #fff;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
}

.headbox .headIcon .inputbox .searchbox .isbox:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 30px;
    height: 2px;
    background: #666;
    transition: all .6s;
    transform: rotateZ(45deg);
    cursor: pointer;
}

.headbox .headIcon .inputbox .searchbox .isbox:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 30px;
    height: 2px;
    background: #666;
    transition: all .6s;
    transform: rotateZ(-45deg);
    cursor: pointer;
}

.headbox .headIcon .inputbox input {
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 16rem;
    padding-left: 4%;
    display: flex;
    align-items: center;
}

.headbox .headIcon .inputbox button {
    position: absolute;
    top: 50%;
    left: 2%;
    border: none;
    outline: none;
    background: none !important;
    filter: brightness(0.4);
    transform: translateY(-50%);
    width: 22rem !important;
    height: 22rem !important;
}

.headbox .headIcon .inputbox .searchbox .isbox {
    position: relative;
    position: absolute;
    right: 5%;
    top: 50%;
    width: 50rem;
    height: 50rem;
    transform: translateY(-50%);
    cursor: pointer;
}

.headbox .headIcon .inputbox .searchbox .isbox:hover:before {
    transform: rotateZ(0deg);
}

.headbox .headIcon .inputbox .searchbox .isbox:hover:after {
    transform: rotateZ(0deg);
}

.headbox .headIcon .inputbox button .search {
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
}

.headbox .headIcon .inputbox button .search img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: transparent;
    filter: brightness(0);
}

/*  */
.m-footernavbox {
    display: none;
}

.footernavbox {
    width: 100%;
    color: #fff;
    font-size: 18rem;
    /* padding: 3rem 70rem; */
    position: relative;
    /*  */
    /* overflow: hidden; */
    /* margin-bottom: 60rem; */
    margin-top: 186rem;
}

.footernavbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    background-size: cover;
    width: 100%;
    height: 100%;
    /* filter: blur(4rem);*/
    z-index: -1;
    /* transform: scale(1.05); */
    background: #26946d;
    background-size: cover;
}

.footernavbox .sm_banner {
	height: 300rem;
	background: url(http://jsxacrylic.com/themes/pc/public/images/sm_bg.png) no-repeat center top;
	position: absolute;
	background-size: cover;
	top: -23%;
	left: 0;
	width: 100%;
	border-radius: 10rem;
	overflow: hidden;
	border-bottom: 2rem solid #fd9e17;
	background: #2ba278;
}

.footernavbox .sm_banner:after {
    content: "";
    width: 100%;
    height: 100%;
    /* background: #1d9065; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.footernavbox .sm_banner .tywidth {
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: center;
}
.footernavbox .sm_banner h2 {
	width: 311rem;
}
.footernavbox .sm_banner h2 img{
	max-width:100%;
}
.footernavbox .sm_banner .sm_con {
	width: 586rem;
}
.footernavbox .sm_banner .sm_con h3 {
	height: 59rem;
	border-top: 2rem solid #fff;
	border-bottom: 2rem solid #fff;
	text-align: center;
	font-size: 34rem;
	color: #fff;
	line-height: 55rem;
	background: url(../images/sm_tbg.png) no-repeat center
}
.footernavbox .sm_banner .sm_con p {
	font-size: 18rem;
	color: rgba(255, 255, 255, .7);
	margin: 12rem 0 41rem;
	/* white-space: nowrap; */
	width: 586rem;
}
.footernavbox .sm_banner .sm_con .more a {
	display: block;
	width: 282rem;
	height: 55rem;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fd9e17;
	border-radius: 28rem;
	font-size: 18rem;
	color: #fff;
	line-height: 55rem;
	text-align: center
}
.footernavbox .sm_banner .sm_con .more a:last-child {
	float: right;
	background: rgba(255, 255, 255, .25);
	border: 1rem solid rgba(255, 255, 255, .5);
	font-size: 18rem;
	color: #fff;
	line-height: 53rem
}
.footernavbox .sm_banner .sm_con a:hover {
	font-weight: 700
}

.footernavbox .footercontent .footertop {
    border-bottom: 1rem solid #bdbec4;
    padding: 0rem 0rem 20rem 0;
    font-size: 28rem;
    color: #fff;
    font-weight: 700;
    /* margin-bottom: 20rem; */
    /* padding-left: 20rem; */
}

.footernavbox .footercontent .fcontentbox {
    display: flex;
    /* padding: 20rem 0rem; */
    /* width: 86%; */
    margin: auto;
    padding-bottom: 0;
    align-items: flex-start;
}

.footernavbox .footercontent .fcontentbox .navlistbox {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.footernavbox .footercontent .fcontentbox .navlistbox .listbox:nth-child(1) {
    display: none;
}

.footernavbox .footercontent .fcontentbox .navlistbox .listbox:nth-child(4) {
    display: none;
}

.footernavbox .footercontent .fcontentbox .navlistbox .listbox:nth-child(5) {
    display: none;
}

.footernavbox .footercontent .fcontentbox .navlistbox .listbox:nth-child(7) {
    display: none;
}

.footernavbox .footercontent .fcontentbox .navlistbox .list {
    display: block;
    font-size: 20rem;
    color: #fff;
    /* height: 50rem; */
}

.footernavbox .footercontent .fcontentbox .navlistbox .listbox .caidanbox {
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-top: 10rem;
}

.footernavbox .footercontent .fcontentbox .navlistbox .listbox .caidanbox a {
    color: #fff;
    font-size: 16rem;
    line-height: 36rem;
}

.footernavbox .footercontent .fcontentbox .navlistbox .list:hover {
    color: #fd9e17;
}

.footernavbox .footercontent .fcontentbox .img {
    width: 6%;
    /* height: 200rem; */
    /* margin-bottom: 22rem; */
}

.footernavbox .footercontent .fcontentbox .img img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
    filter: brightness(500);
}

.footernavbox .footercontent .fcontentbox .footernav {
    width: 40%;
    /* height: 315rem; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footernavbox .footercontent {
    margin-top: 30rem;
    /* display: flex; */
}

.footernavbox .footercontent .contact {
    display: flex;
    width: 100%;
    /* height: 50%; */
    /* flex-wrap: wrap; */
    flex-direction: column;
    /* justify-content: center; */
}

.footernavbox .footercontent .contact .list {
    display: block;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 21rem;
    color: #fff;
    font-size: 18rem;
}

.footernavbox   .lianxibox .list {
    margin-bottom: 28rem;
    display: flex;
    align-items: center;
}

.footernavbox .lianxibox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* padding-left: 8%; */
}

.footernavbox .bottombox {
    display: flex;
    justify-content: space-between;
    width: 60%;
    flex-direction: row-reverse;
    padding-left: 5%;
}

.footernavbox   .lianxibox .list img {
    width: 26rem;
    height: 26rem;
    margin-right: 12rem;
}

.footernavbox .lianxibox .list .text {
    /* line-height: 41rem; */
    font-size: 18rem;
}

.footernavbox .lianxibox .list .title {
}

.footernavbox  .fcontentbox .footerimg {
    top: 0;
    right: 210rem;
    display: flex;
    font-size: 16rem;
    justify-content: center;
}

.footernavbox .footercontent .fcontentbox .footerimg .contact .ewm {
    display: flex;
    justify-content: space-between;
}

.footernavbox .footercontent .fcontentbox .footerimg .contact .ewm img {
    width: 140rem;
    height: 140rem;
}

.footernavbox .footercontent .fcontentbox .footerimg .contact .ewm >div {
    /* margin-right: 10rem; */
}

.footernavbox .footercontent .fcontentbox .footerimg .contact .ewm>div:nth-child(2) {
    margin-right: 0;
}

.footernavbox .footercontent .fcontentbox .footerimg .contact .ewm p {
    margin-top: 10rem;
    text-align: center;
}

.footernavbox .footercontent {
    /* display: flex; */
    position: relative;
    padding-top: 255rem;
}

.footernavbox .footercontent .title {
    font-size: 18rem;
    /* font-weight: 600; */
    display: flex;
    align-items: center;
    margin-right: 3rem;
}

.footernavbox .footercontent .title img {
    width: 30rem;
    height: 30rem;
    margin-right: 10rem;
}

.footernavbox .footercontent .contact .list:nth-child(2n) {
    margin-right: 0;
}

.prompt {
    text-align: center;
    /* margin-top: 26rem; */
    /* margin-bottom: 20rem; */
    font-size: 14rem !important;
    /* background-color: #000; */
    width: 100%;
    padding: 20rem 0;
    border-top: 1rem solid #ffffff7d;
    margin-top: 16rem;
}

.prompt a {
    color: #fff;
    font-size: 14rem;
}

.message {
    border-radius: 50%;
    overflow: hidden;
    width: 300rem;
    height: 300rem;
}

.message img {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    object-fit: cover;
}

/**/
.fddh {
    position: fixed;
    right: 0rem;
    bottom: 17%;
    z-index: 999;
}

.fddh ul .list {
    width: 52rem;
    height: 50rem;
    border-radius: 4rem;
    background: #fd9e16ad;
    margin: 8rem 0;
    cursor: pointer;
    position: relative;
}



.fddh ul .list .listbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}

.fddh ul .list .listbox img {
    width: 40rem;
    height: 40rem;
    object-fit: cover;
}

.fddh ul .list .xianshibox {
    display: none;
    position: absolute;
    width: 170rem;
    height: 170rem;
    padding: 5rem;
    background-color: #fff;
    right: 77rem;
    top: 8%;
    transform: translateX(112%);
    margin-top: -67rem;
    -webkit-box-shadow: 6rem 0 29rem rgba(0, 0, 0, 0.09);
    box-shadow: 6rem 0 29rem rgba(0, 0, 0, 0.09);
    transition: all .6s !important;
    opacity: 0;
    display: block;
    visibility: hidden;
}

.fddh ul .list .xianshibox2 {
    right: 125rem;
    height: 55rem;
    line-height: 55rem;
    border-radius: 4rem;
    color: #484c61;
    width: 208rem;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 77rem;
    margin-top: -27rem;
    font-size: 14rem;
    -webkit-box-shadow: 6px 0 19px rgba(0, 0, 0, 0.09);
    box-shadow: 6rem 0 19rem rgba(0, 0, 0, 0.09);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    z-index: -1;
}

.fddh ul .list .xianshibox2 p {
    color: #067851;
    font-size: 24rem;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fddh ul .list .xianshibox:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8rem solid transparent;
    border-bottom: 8rem solid transparent;
    border-left: 10rem solid #fff;
    position: absolute;
    right: -10rem;
    top: 50%;
    margin-top: -8rem;
}

.fddh ul .list .xianshibox img {
    width: 100%;
}

.fddh ul .list:hover {
    background: #fd9e16;
}

.fddh ul .list:hover .xianshibox {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}


/**/
.liuyanbanbox {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #e6e6e6;
    padding: 10rem 0;
    z-index: 999;
    display: none;
}

.liuyanbanbox .liuyan {
    display: flex;
    justify-content: space-between;
    height: 45rem;
}

.liuyanbanbox .liuyan .left {
    font-size: 20rem;
    display: flex;
    align-items: center;
}

.liuyanbanbox .liuyan .left .hezi {
    background: #326bb4;
    color: #fff;
    padding: 5rem 20rem;
    margin-right: 20rem;
}

.liuyanbanbox .liuyan .left p {
    color: #326bb4;
}

.liuyanbanbox .liuyan .right form {
    display: flex;
    align-items: center;
}

.liuyanbanbox .liuyan .right .btn input {
    background: #326bb4;
    display: block;
    color: #fff;
    padding: 4rem 20rem;
    font-size: 16rem;
    height: 40rem;
}

.liuyanbanbox .liuyan .right textarea {
    display: block;
    border: none;
    outline: none;
    border: 1rem solid rgba(102, 102, 102, 0.493);
    width: 50%;
    max-width: 100%;
    height: 40rem;
    color: #666;
    text-indent: 16rem;
    /* line-height: 40rem; */
    /* display: flex; */
    /* align-items: center; */
    min-width: 100%;
    font-size: 16rem;
    font-family: '';
    resize: none;
    padding-top: 7rem;
}

.liuyanbanbox .liuyan .right .input input {
    display: block;
    border: none;
    outline: none;
    border: 1rem solid rgba(102, 102, 102, 0.493);
    width: 30%;
    max-width: 100%;
    height: 40rem;
    color: #666;
    text-indent: 16rem;
    min-width: 100%;
    font-size: 16rem;
    font-family: '';
}

/* Ã¦â€¡â€™Ã¥Å Â Ã¨Â½Â½ */
.loader {
height: 5px;
width: 1px;
position: absolute;
animation: rotate0234 3.5s linear infinite;
}

.loader .dot {
top: 30px;
height: 7px;
width: 7px;
background: #268fe4;
border-radius: 50%;
position: relative;
}


.loader .text {
position: absolute;
bottom: -85px;
font-size: 25px;
font-weight: 400;
color: #26aee4;
}

@keyframes rotate0234 {
30% {
transform: rotate(220deg);
}

40% {
transform: rotate(450deg);
opacity: 1;
}

75% {
transform: rotate(720deg);
opacity: 1;
}

76% {
opacity: 0;
}

100% {
opacity: 0;
transform: rotate(0deg);
}
}

.loader:nth-child(1) {
animation-delay: 0.15s;
}

.loader:nth-child(2) {
animation-delay: 0.3s;
}

.loader:nth-child(3) {
animation-delay: 0.45s;
}

.loader:nth-child(4) {
animation-delay: 0.6s;
}

.loader:nth-child(5) {
animation-delay: 0.75s;
}

.loader:nth-child(6) {
animation-delay: 0.9s;
}
.loaderboxbox {
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.imgli {
position: relative;
}

          ul.pagination {
              display: inline-block;
              padding: 0;
              margin: 0;
          }

.pages {
    display: block;
    text-align: center;
    margin: 30rem 0;
}

          ul.pagination li {display: inline;float:left; border:0px;}

          ul.pagination li a {
              color: black;
              float: left;
              padding: 8px 16px;
              text-decoration: none;
              transition: background-color .3s;
              border: 1px solid #ddd;
              margin: 0 4px;
          }

          ul.pagination li span {
              color: #fff;
              float: left;
              padding: 8px 16px;
              text-decoration: none;
              transition: background-color .3s;
              border: 1px solid;
              margin: 0 4px;
              background-color: #078057;
          }

          ul.pagination li a.active {
              background-color: #ec6901;
              color: white;
              border: 1px solid #ec6901;
          }

          ul.pagination li a:hover:not(.active) {background-color: #078057;color:#fff;}

          @keyframes icon-bounce{
            0%,100%{transform: rotate(0deg);}
            25%{transform: rotate(5deg);}
            50%{transform: rotate(-5deg);}
            75%{transform: rotate(3deg);}
            85%{transform: rotate(-3deg);}
        }

        @keyframes scaleimg {
            0%{
        transform: scale(0);
            }
            100% {
                transform: scale(1);
            }
        
        }
        @keyframes myfadeup {
            0%{
        transform: translateY(100%);
            }
            100% {
                transform: translateY(0%);
            }
        
        }
        @keyframes myfadeleft {
            0%{
        transform: translateX(-100%);
            }
            100% {
                transform: translateX(0%);
            }
        
        }
        @keyframes myfaderight {
            0%{
        transform: translateX(200%);
            }
            100% {
                transform: translateX(0%);
            }
        
        }
        @keyframes myfadedown {
            0%{
        transform: translateY(-100%);
            }
            100% {
                transform: translateY(0%);
            }
        
        }

        .myfadedownbox {
            animation: myfadedown 1s;
        }

        .fengeneibg {
            padding: 60rem 0;
        }